home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / FabLibsƒ / SoundHandling.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  186 b   |  7 lines  |  [TEXT/CWIE]

  1. #pragma internal on
  2. unsigned short GetSoundsRemaining(void);
  3. void InitMySoundHandling(void);
  4. void DoSound(short sndResID);
  5. void DoSoundHandle(SndListHandle sndH);
  6. #pragma internal reset
  7.